home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / boot / czesc_2 / snap / proto / minrexx.h < prev    next >
Text File  |  1995-09-04  |  638b  |  26 lines

  1. long upRexxPort(     char *s, struct rexxCommandList *rcl, char *exten, int (*uf) ());
  2. void dnRexxPort( void);
  3. void dispRexxPort( void);
  4.  
  5. void replyRexxCmd(
  6. /*
  7.  *   The first parameter is the message we are replying to.
  8.  */
  9.     register struct RexxMsg *msg,
  10.  
  11. /*
  12.  *   The next two parameters are the primary and secondary return
  13.  *   codes.
  14.  */
  15.     register long primary,
  16.     register long secondary,
  17.  
  18. /*
  19.  *   The final parameter is a return string.  This string is only
  20.  *   returned if the primary return code is 0, and a string was
  21.  *   requested.
  22.  *
  23.  *   We also note that we have replied to the message that came in.
  24.  */
  25.     register char *string);
  26.